<?xml version="1.0"?>
<component name="org.nuxeo.retention.operations.override">

  <require>org.nuxeo.retention.operations</require>

  <extension point="operations" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
    <operation class="org.nuxeo.retention.operations.HoldDocument"/>
    <operation class="org.nuxeo.retention.operations.RetainDocument"/>
    <operation class="org.nuxeo.retention.operations.UnholdDocument"/>

    <operation class="org.nuxeo.retention.operations.AttachRetentionRule"/>
    <operation class="org.nuxeo.retention.operations.UnattachRetentionRule"/>

    <operation class="org.nuxeo.retention.operations.FireRetentionEvent"/>
  </extension>

</component>
